lcDrwGetEntByIDH Home

Retrieves a graphic objects by its identifier. The functions searches in all blocks of a drawing.

 HANDLE lcDrwGetEntByIDH (
   HANDLE hDrw,
   LPCWSTR szIdHex
 );

Parameters
hDrw
  Handle to a drawing object.
szIdHex
  Text string representing hexadecimal value of object's identifier (LC_PROP_ENT_ID property)

Return Value

  Handle to a graphic object.
If an object with specified identifier is not found, the function returns NULL.

See Also

  lcDrwGetEntByIDlcDrwGetEntByKeylcBlockGetEntByID